home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0094.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.5 KB  |  37 lines

  1.  
  2.  
  3. > I would like to know, whether anybody has extended WWW such, that it is possible
  4. > to start arbitrary programs by hitting a button in a WWW browser.
  5. >
  6. > Hyberbole has this feature and it could also make WWW much more mighty.
  7. >
  8. > Included is a short discussion with Pei Y. Wei on this issue. >
  9. > By the way, many thanks to Tim Berners-Lee in general, to Pei Y. Wei for his 
  10.  
  11. > wonderful violaWWW browser and to all people involved in the WWW project.
  12. >
  13. > Arnold
  14.  
  15. Very  good question. The problem is that of programming language. You need  
  16. something really powerful, but at the same time ubiquitous. Remember a facet of the  
  17. web is universal readership. There is no universal interptreted programming  
  18. language. But there are some close tries. (lisp, sh).  You also need something  
  19. which can run in a very safe mode, to prevent virus attacks.
  20.  
  21. Ideally, the language should include object-oriented inheritance, a basically  
  22. functional nature, and a clean syntax. It should be interpretable and compilable.
  23. At least one public domain. A pre-compiled standard binary form would be cool too.  
  24. It isn't here yet.
  25.  
  26. In reality, what we would be able to offer you real soon now with document format  
  27. negotiation is the ability to return a document in some language for execution,  
  28. with the option of being able to provide it in several languages, the language  
  29. being a "data format" which can be negotiated between client and server at  
  30. run-time.  For, for example, one could provide it in viola script and/or in /bin/sh  
  31. which would cover most ofthe unix world.
  32.  
  33.     Tim BL
  34.  
  35.  
  36.  
  37.